crypto/tls.Conn.write (method)

2 uses

	crypto/tls (current package)
		conn.go#L949: func (c *Conn) write(data []byte) (int, error) {
		conn.go#L1036: 		if _, err := c.write(outBuf); err != nil {